home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / laptop-mode / conf.d / wireless-ipw-power.conf < prev    next >
Text File  |  2008-10-24  |  798b  |  28 lines

  1. #
  2. # Configuration file for Laptop Mode Tools module wireless-ipw-power.
  3. #
  4. # For more information, consult the laptop-mode.conf(8) manual page.
  5. #
  6.  
  7.  
  8. ###############################################################################
  9. # IWP Wireless Power settings
  10. # ---------------------------
  11. #
  12. # If you enable this setting, laptop mode tools will automatically set the
  13. # powersave mode of Intel IPW3945, IPW2200 and IPW2100 wireless adapters.
  14. #
  15. ###############################################################################
  16.  
  17. # Control Intel IPW wireless power?
  18. CONTROL_IPW_POWER=0
  19.  
  20. # Levels passed to "iwpriv set_power" for the IPW3945 and IPW2100 wireless
  21. # chipsets. The allowed values are different for each chipset.
  22. IPW3945_AC_POWER=6
  23. IPW3945_BATT_POWER=7
  24.  
  25. IPW2100_AC_POWER=0
  26. IPW2100_BATT_POWER=5
  27.  
  28.